Added README to run Java Examples (#1160) #1776
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Added README to run Java Example and also updated the first_script.en.md file with instructions to run first Java Example
Description
Added examples\java\src\test\java\README.md to run Java Example and also updated the website_and_docs\content\documentation\webdriver\getting_started\first_script.en.md file with instructions to run first Java Example
Motivation and Context
Documentation to run first Java Example was missing.
Types of changes
Checklist
PR Type
Documentation
Description
examples/java/src/test/java/with detailed instructions on how to run all Java test examples and the first Java example using Maven.website_and_docs/content/documentation/webdriver/getting_started/first_script.en.mdto link to the new README for running the first Java example.Changes walkthrough 📝
README.md
Added README with steps to run Java examples using Maven.examples/java/src/test/java/README.md
first_script.en.md
Updated Java tab with link to new README for running example.website_and_docs/content/documentation/webdriver/getting_started/first_script.en.md
Java example.